projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1903234
)
Whitespace change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Jan 2002 21:24:17 +0000
(21:24 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Jan 2002 21:24:17 +0000
(21:24 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 8229a8cb4fa582f1017ba4c94b1192cae8936d58..6cfc1b306af317e2471445e956e4efe8c508f9f6 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1742,7
+1742,8
@@
If `interprogram-cut-function' is set, pass the resulting kill to
it."
(kill-new (if before-p
(concat string (car kill-ring))
- (concat (car kill-ring) string)) t))
+ (concat (car kill-ring) string))
+ t))
(defun current-kill (n &optional do-not-move)
"Rotate the yanking point by N places, and then return that kill.